home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / windows / games / blast.arj / BLAST next >
Text File  |  1988-08-15  |  200b  |  10 lines

  1. blast.obj: blast blast.c
  2.     cl -c -Gsw -W2 -AS -FPa blast.c
  3.  
  4. blast.res : blast.rc blast.bmp
  5.     rc -r blast.rc
  6.  
  7. blast.exe : blast.obj
  8.     link4 blast,,,slibw slibcaw, blast
  9.     rc blast.res
  10.